home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Compression / AutoBin w⁄src / AutoBin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-11  |  285 b   |  11 lines  |  [TEXT/MPS ]

  1. #pragma once
  2.  
  3. void            Panic(void);
  4. void            InitToolbox(void);
  5. Boolean            InitGlobals(void);
  6. void            SetUpMenus(void);
  7. void             InstallSplashScreen(void); 
  8. void            ShowAbout(void);
  9. void            DoMenu(long retVal);
  10. void            DoMouseDown(EventRecord *curEvent);
  11. void            DoKeyDown(EventRecord *curEvent);